+2007-07-02 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/tmpl/gtkbuilder.sgml: Add detail about
+ ordering constraints of construct-only object properties
+
2007-07-02 Johan Dahlin <jdahlin@async.com.br>
* gtk/tmpl/gtkbuilder.sgml: Updates
nick, integer value, optionally combined with "|", e.g.
"GTK_VISIBLE|GTK_REALIZED") and colors (in a format understood by
gdk_color_parse()). Objects can be referred to by their name.
-GtkBuilder allows forward references to objects — an object
-doesn't have to constructed before it can be used as a property value.
+In general, GtkBuilder allows forward references to objects —
+an object doesn't have to constructed before it can be referred to.
+The exception to this rule is that an object has to be constructed
+before it can be used as the value of a construct-only property.
</para>
<para>
Signal handlers are set up with the <signal> element.